Problem:
active(f(f(a()))) -> mark(f(g(f(a()))))
active(g(X)) -> g(active(X))
g(mark(X)) -> mark(g(X))
proper(f(X)) -> f(proper(X))
proper(a()) -> ok(a())
proper(g(X)) -> g(proper(X))
f(ok(X)) -> ok(f(X))
g(ok(X)) -> ok(g(X))
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
Proof:
Bounds Processor:
bound: 2
enrichment: match
automaton:
final states: {8,7,6,5,4}
transitions:
top1(46) -> 47*
active1(69) -> 70*
active1(61) -> 62*
active1(63) -> 64*
proper1(55) -> 56*
proper1(45) -> 46*
proper1(53) -> 54*
ok1(25) -> 26*
ok1(43) -> 44*
ok1(28) -> 29*
g1(17) -> 18*
g1(19) -> 20*
g1(9) -> 10*
f1(35) -> 36*
f1(37) -> 38*
f1(27) -> 28*
a1() -> 25*
mark1(10) -> 11*
top2(75) -> 76*
active0(2) -> 4*
active0(1) -> 4*
active0(3) -> 4*
active2(74) -> 75*
f0(2) -> 7*
f0(1) -> 7*
f0(3) -> 7*
a0() -> 1*
mark0(2) -> 2*
mark0(1) -> 2*
mark0(3) -> 2*
g0(2) -> 5*
g0(1) -> 5*
g0(3) -> 5*
proper0(2) -> 6*
proper0(1) -> 6*
proper0(3) -> 6*
ok0(2) -> 3*
ok0(1) -> 3*
ok0(3) -> 3*
top0(2) -> 8*
top0(1) -> 8*
top0(3) -> 8*
1 -> 63,53,35,17
2 -> 61,45,27,9
3 -> 69,55,37,19
10 -> 43*
11 -> 10,43,5
18 -> 10*
20 -> 10*
25 -> 74*
26 -> 54,46,6
29 -> 38,28,7
36 -> 28*
38 -> 28*
44 -> 20,10,43,5
47 -> 8*
54 -> 46*
56 -> 46*
62 -> 46*
64 -> 46*
70 -> 46*
76 -> 47,8
problem:
Qed